home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / bdump.arc / BDUMP.HLP < prev    next >
Text File  |  1987-07-19  |  1KB  |  25 lines

  1.  
  2. BTRIEVE File Dump Utility -- DEMO of ver 1.0 -- by Steve Liberty
  3. ----------------------------------------------------------------
  4.  
  5.  Description: Hex and ASCII file dumping utility
  6.  
  7.  Syntax     : BDUMP [filename] [/option:parm] [/option]
  8.  
  9.  Options    : /seq:parm    The key field to use for sequencing
  10.               /start:parm  The number of the 1st record to dump
  11.               /end:parm    The number of the last record to dump
  12.               /fkey:parm   The beginning of the key of the 1st record to dump
  13.               /lkey:parm   The beginning of the key of the last record to dump
  14.               /key:parm    The beginning of the key of the records to dump
  15.               /pause       Pause after each record waiting for a keypress
  16.               /print       Print dump instead of the displaying it
  17.  
  18.  Defaults   : /seq:0   /start:1   /end:2147483647
  19.               (no keys specified, no pause, no print)
  20.  
  21.  Notes      : All parameters are optional and non-positional. If start and 
  22.               end parameters are given, then fkey, lkey and key parameters 
  23.               will be ignored if they are present also. Key parameters 
  24.               are treated as the beginning of the file's keys.
  25.